[@main]
#IF
CHECKNAMELIST   ../Market_def/Challenge/finish.txt
#ACT
GOTO @no

#ELSESAY
Welcome to Elysians <Room Challenge/FCOLOR=14>.\ \
This map contains 30 rooms which you can see via the minimap.\
The idea is for you to enter each of these rooms in turn and\
complete the challenge put to you before you can\
continue to the next room.\ 
All you have to do is to get to the final room which is situated\
in the center of this map.\ \

There is 4 stages to this Challenge.\ \

<Stage One =/FCOLOR=14> <The outside 20> <Reward/@reward1>.\
This is the first 20 rooms on the outside of the map.\
These room contain monsters which you will have to defeat\
in order to pass.\ \

<Stage Two =/FCOLOR=14> <The Outer Rooms> <Reward/@reward2>\ 
This is the second lot of rooms.\
They contain Boss's and the mobs from there caves.\
Kill all of these to progree.\ \

<Stage Three =/FCOLOR=14> <4 inner rooms.> <Reward/@reward3>\ 
These rooms contain a Lord in Each.\
Defeat these and you will pass to the center room.\ \

<Stage Four =/FCOLOR=14> < The center room> <Reward/@reward4>\ 
This room contains an Evolution.\
Kill this and you have completed the challenge.\ \

<I wish to start/@start>\
<Let me pot up and repair etc/@exit>

[@start]
#IF
CHECK [801] 1
#ACT
GOTO @start

#ELSESAY
Welcome <$USERNAME> to <Stage One/FCOLOR=14> <Room 1/FCOLOR=16>\
As you no Stage one required you to kill monsters.\
Each stage you complete gets harder than the previous stage\
I will spawn some monsters for you to battle.\
When you are ready click the ready button below.\
You will only be able to enter the next room once you have killed\
All of the monsters i spawn.\
Lets start off easy with a few monsters from OmaCave\
<I am Ready/@start>\

[@start]
#IF
CHECK [801] 1
CHECKMONMAP HEROM01 1
#SAY
Sorry <$USERNAME>.\
You must kill all of the monsters i have sent before\
you can go to the next room.\
Keep killing them untill they are all dead.\ \

<Exit/@exit>

#ELSEACT
GOTO @spawn

[@spawn]
#IF
CHECK [801] 1
#SAY
Well done <$USERNAME>.\
You have killed all the monsters i set out for you.\
You may now pass to the next room in Stage One.\ \

<Next Room/@next>

#ELSEACT
PARAM1 YUT01
PARAM2 29
PARAM3 95
MONGEN BoneFighter 3
MONGEN BoneWarrior 3
MONGEN Skeleton 3
MONGEN Scorpion 3
MONGEN AxeSkeleton 3
MONGEN BoneElite 1
SET [801] 1
BREAK
CLOSE

[@next]
#ACT
MAPMOVE YUT01 43 80
BREAK
CLOSE

[@no]
#SAY
Sorry <$USERNAME>.\
It would appear that you have already completed this Challenge.\
You may only complete it once.\ \

<Exit/@exit>

[@reward1]
#SAY
Ok <$USERNAME>.\
Once you have completed this stage you will be rewarded\
with a choice of the following items.\

10 Million Gold\
1 x 40% ExpScroll\
1 x PetScroll\ \

You may choose any one of these items upon completion.\ 
<Back/@main>

[@reward2]
#SAY
Ok <$USERNAME>.\
Once you have completed this stage you will be rewarded\
with a choice of the following items.\

20 Million Gold\
1 x 50% ExpScroll\
2 x PetScroll\ \

You may choose any one of these items upon completion.\ 
<Back/@main

[@reward3]
#SAY
Ok <$USERNAME>.\
Once you have completed this stage you will be rewarded\
with a choice of the following items.\
1 x ChestAugrment\
1 x ChestOfHunt\
3 x DungeonScrolls\ \

You may choose any one of these items upon completion.\ 
<Back/@main>

[@reward4]
#SAY
Ok <$USERNAME>.\
Once you have completed this stage you will be rewarded\
with the ultimate prize.\
1 x RingOfGod.\ \

This ring posses alot of power.\
<Back/@main>